]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blob - autohotkey-v2.0/UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0) ({blind}{vkE8}).ahk
Add files via upload
[UltimateKEYS.git] / autohotkey-v2.0 / UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0) ({blind}{vkE8}).ahk
1 ; UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0) ({blind}{vkE8}).ahk - 2022-02-19
2
3 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
4
5 ; License : GNU General Public License Version 3
6
7 ; GitHub : github.com/pieter-degroote/UltimateKEYS
8
9
10 ; Requirements :
11
12 ; Keyboard layout (on Windows) : US QWERTY
13
14 ; AutoHotkey v2.0 (www.autohotkey.com)
15
16
17
18 ListLines False ; omits recently executed lines from history (for privacy and security)
19 KeyHistory 0 ; disables the key history (for privacy and security)
20
21 SendMode "Event" ; allows chaining of customized key combinations
22
23 global dkEndKeys := "{bs}{del}{esc}{home}{end}" ; ends dead key input on specific keys
24
25
26 ; Dead Key : Circumflex Accent
27
28 global dkCircumflex := Map()
29 dkCircumflex["a"] := "{u+0203}" ; (ȃ) a with inverted breve
30 dkCircumflex["A"] := "{u+0202}" ; (Ȃ) A with inverted breve
31 dkCircumflex["c"] := "{u+0109}" ; (ĉ) c with circumflex
32 dkCircumflex["C"] := "{u+0108}" ; (Ĉ) C with circumflex
33 dkCircumflex["e"] := "{u+0207}" ; (ȇ) e with inverted breve
34 dkCircumflex["E"] := "{u+0206}" ; (Ȇ) E with inverted breve
35 dkCircumflex["g"] := "{u+011d}" ; (ĝ) g with circumflex
36 dkCircumflex["G"] := "{u+011c}" ; (Ĝ) G with circumflex
37 dkCircumflex["h"] := "{u+0125}" ; (ĥ) h with circumflex
38 dkCircumflex["H"] := "{u+0124}" ; (Ĥ) H with circumflex
39 dkCircumflex["i"] := "{u+020b}" ; (ȋ) i with inverted breve
40 dkCircumflex["I"] := "{u+020a}" ; (Ȋ) I with inverted breve
41 dkCircumflex["j"] := "{u+0135}" ; (ĵ) j with circumflex
42 dkCircumflex["J"] := "{u+0134}" ; (Ĵ) J with circumflex
43 dkCircumflex["o"] := "{u+020f}" ; (ȏ) o with inverted breve
44 dkCircumflex["O"] := "{u+020e}" ; (Ȏ) O with inverted breve
45 dkCircumflex["r"] := "{u+0213}" ; (ȓ) r with inverted breve
46 dkCircumflex["R"] := "{u+0212}" ; (Ȓ) R with inverted breve
47 dkCircumflex["s"] := "{u+015d}" ; (ŝ) s with circumflex
48 dkCircumflex["S"] := "{u+015c}" ; (Ŝ) S with circumflex
49 dkCircumflex["u"] := "{u+0217}" ; (ȗ) u with inverted breve
50 dkCircumflex["U"] := "{u+0216}" ; (Ȗ) U with inverted breve
51 dkCircumflex["w"] := "{u+0175}" ; (ŵ) w with circumflex
52 dkCircumflex["W"] := "{u+0174}" ; (Ŵ) W with circumflex
53 dkCircumflex["y"] := "{u+0177}" ; (ŷ) y with circumflex
54 dkCircumflex["Y"] := "{u+0176}" ; (Ŷ) Y with circumflex
55 dkCircumflex["z"] := "{u+1e91}" ; (ẑ) z with circumflex
56 dkCircumflex["Z"] := "{u+1e90}" ; (Ẑ) Z with circumflex
57 dkCircumflex["1"] := "{u+21d9}" ; (⇙) south west double arrow
58 dkCircumflex["2"] := "{u+21d3}" ; (⇓) downwards double arrow
59 dkCircumflex["3"] := "{u+21d8}" ; (⇘) south east double arrow
60 dkCircumflex["4"] := "{u+21d0}" ; (⇐) leftwards double arrow
61 dkCircumflex["5"] := "{u+21d5}" ; (⇕) up down double arrow
62 dkCircumflex["6"] := "{u+21d2}" ; (⇒) rightwards double arrow
63 dkCircumflex["7"] := "{u+21d6}" ; (⇖) north west double arrow
64 dkCircumflex["8"] := "{u+21d1}" ; (⇑) upwards double arrow
65 dkCircumflex["9"] := "{u+21d7}" ; (⇗) north east double arrow
66 dkCircumflex["0"] := "{u+21d4}" ; (⇔) left right double arrow
67 dkCircumflex["!"] := "{u+21d9}" ; (⇙) south west double arrow
68 dkCircumflex["@"] := "{u+21d3}" ; (⇓) downwards double arrow
69 dkCircumflex["#"] := "{u+21d8}" ; (⇘) south east double arrow
70 dkCircumflex["$"] := "{u+21d0}" ; (⇐) leftwards double arrow
71 dkCircumflex["%"] := "{u+21d5}" ; (⇕) up down double arrow
72 dkCircumflex["^"] := "{u+21d2}" ; (⇒) rightwards double arrow
73 dkCircumflex["&"] := "{u+21d6}" ; (⇖) north west double arrow
74 dkCircumflex["*"] := "{u+21d1}" ; (⇑) upwards double arrow
75 dkCircumflex["("] := "{u+21d7}" ; (⇗) north east double arrow
76 dkCircumflex[")"] := "{u+21d4}" ; (⇔) left right double arrow
77 dkCircumflex[" "] := "{^}" ; circumflex accent
78
79
80 ; Dead Key : Caron
81
82 global dkCaron := Map()
83 dkCaron["a"] := "{u+01ce}" ; (ǎ) a with caron
84 dkCaron["A"] := "{u+01cd}" ; (Ǎ) A with caron
85 dkCaron["c"] := "{u+010d}" ; (č) c with caron
86 dkCaron["C"] := "{u+010c}" ; (Č) C with caron
87 dkCaron["d"] := "{u+010f}" ; (ď) d with caron
88 dkCaron["D"] := "{u+010e}" ; (Ď) D with caron
89 dkCaron["e"] := "{u+011b}" ; (ě) e with caron
90 dkCaron["E"] := "{u+011a}" ; (Ě) E with caron
91 dkCaron["g"] := "{u+01e7}" ; (ǧ) g with caron
92 dkCaron["G"] := "{u+01e6}" ; (Ǧ) G with caron
93 dkCaron["h"] := "{u+021f}" ; (ȟ) h with caron
94 dkCaron["H"] := "{u+021e}" ; (Ȟ) H with caron
95 dkCaron["i"] := "{u+01d0}" ; (ǐ) i with caron
96 dkCaron["I"] := "{u+01cf}" ; (Ǐ) I with caron
97 dkCaron["j"] := "{u+01f0}" ; (ǰ) j with caron
98 dkCaron["k"] := "{u+01e9}" ; (ǩ) k with caron
99 dkCaron["K"] := "{u+01e8}" ; (Ǩ) K with caron
100 dkCaron["l"] := "{u+013e}" ; (ľ) l with caron
101 dkCaron["L"] := "{u+013d}" ; (Ľ) L with caron
102 dkCaron["n"] := "{u+0148}" ; (ň) n with caron
103 dkCaron["N"] := "{u+0147}" ; (Ň) N with caron
104 dkCaron["o"] := "{u+01d2}" ; (ǒ) o with caron
105 dkCaron["O"] := "{u+01d1}" ; (Ǒ) O with caron
106 dkCaron["r"] := "{u+0159}" ; (ř) r with caron
107 dkCaron["R"] := "{u+0158}" ; (Ř) R with caron
108 dkCaron["s"] := "{u+0161}" ; (š) s with caron
109 dkCaron["S"] := "{u+0160}" ; (Š) S with caron
110 dkCaron["t"] := "{u+0165}" ; (ť) t with caron
111 dkCaron["T"] := "{u+0164}" ; (Ť) T with caron
112 dkCaron["u"] := "{u+01d4}" ; (ǔ) u with caron
113 dkCaron["U"] := "{u+01d3}" ; (Ǔ) U with caron
114 dkCaron["v"] := "{u+01da}" ; (ǚ) u with diaeresis and caron
115 dkCaron["V"] := "{u+01d9}" ; (Ǚ) U with diaeresis and caron
116 dkCaron["z"] := "{u+017e}" ; (ž) z with caron
117 dkCaron["Z"] := "{u+017d}" ; (Ž) Z with caron
118 dkCaron["3"] := "{u+01ef}" ; (ǯ) small letter ezh with caron
119 dkCaron["#"] := "{u+01ee}" ; (Ǯ) capital letter ezh with caron
120 dkCaron["2"] := "{u+25bc}" ; (▼) black down-pointing triangle
121 dkCaron["@"] := "{u+25bd}" ; (▽) white down-pointing triangle
122 dkCaron["4"] := "{u+25c0}" ; (◀) black left-pointing triangle
123 dkCaron["$"] := "{u+25c1}" ; (◁) white left-pointing triangle
124 dkCaron["6"] := "{u+25b6}" ; (▶) black right-pointing triangle
125 dkCaron["^"] := "{u+25b7}" ; (▷) white right-pointing triangle
126 dkCaron["8"] := "{u+25b2}" ; (▲) black up-pointing triangle
127 dkCaron["*"] := "{u+25b3}" ; (△) white up-pointing triangle
128 dkCaron[" "] := "{u+02c7}" ; (ˇ) caron
129
130
131 ; Dead Key : Dot Above
132
133 global dkDotAbove := Map()
134 dkDotAbove["a"] := "{u+0227}" ; (ȧ) a with dot above
135 dkDotAbove["A"] := "{u+0226}" ; (Ȧ) A with dot above
136 dkDotAbove["b"] := "{u+1e03}" ; (ḃ) b with dot above
137 dkDotAbove["B"] := "{u+1e02}" ; (Ḃ) B with dot above
138 dkDotAbove["c"] := "{u+010b}" ; (ċ) c with dot above
139 dkDotAbove["C"] := "{u+010a}" ; (Ċ) C with dot above
140 dkDotAbove["d"] := "{u+1e0b}" ; (ḋ) d with dot above
141 dkDotAbove["D"] := "{u+1e0a}" ; (Ḋ) D with dot above
142 dkDotAbove["e"] := "{u+0117}" ; (ė) e with dot above
143 dkDotAbove["E"] := "{u+0116}" ; (Ė) E with dot above
144 dkDotAbove["f"] := "{u+1e1f}" ; (ḟ) f with dot above
145 dkDotAbove["F"] := "{u+1e1e}" ; (Ḟ) F with dot above
146 dkDotAbove["g"] := "{u+0121}" ; (ġ) g with dot above
147 dkDotAbove["G"] := "{u+0120}" ; (Ġ) G with dot above
148 dkDotAbove["h"] := "{u+1e23}" ; (ḣ) h with dot above
149 dkDotAbove["H"] := "{u+1e22}" ; (Ḣ) H with dot above
150 dkDotAbove["i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani)
151 dkDotAbove["I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani)
152 dkDotAbove["j"] := "{u+0237}" ; (ȷ) dotless j
153 dkDotAbove["l"] := "{u+0140}" ; (ŀ) l with middle dot
154 dkDotAbove["L"] := "{u+013f}" ; (Ŀ) L with middle dot
155 dkDotAbove["m"] := "{u+1e41}" ; (ṁ) m with dot above
156 dkDotAbove["M"] := "{u+1e40}" ; (Ṁ) M with dot above
157 dkDotAbove["n"] := "{u+1e45}" ; (ṅ) n with dot above
158 dkDotAbove["N"] := "{u+1e44}" ; (Ṅ) N with dot above
159 dkDotAbove["o"] := "{u+022f}" ; (ȯ) o with dot above
160 dkDotAbove["O"] := "{u+022e}" ; (Ȯ) O with dot above
161 dkDotAbove["p"] := "{u+1e57}" ; (ṗ) p with dot above
162 dkDotAbove["P"] := "{u+1e56}" ; (Ṗ) P with dot above
163 dkDotAbove["q"] := "{u+1e9b}" ; (ẛ) long s with dot above
164 dkDotAbove["r"] := "{u+1e59}" ; (ṙ) r with dot above
165 dkDotAbove["R"] := "{u+1e58}" ; (Ṙ) R with dot above
166 dkDotAbove["s"] := "{u+1e61}" ; (ṡ) s with dot above
167 dkDotAbove["S"] := "{u+1e60}" ; (Ṡ) S with dot above
168 dkDotAbove["t"] := "{u+1e6b}" ; (ṫ) t with dot above
169 dkDotAbove["T"] := "{u+1e6a}" ; (Ṫ) T with dot above
170 dkDotAbove["u"] := "{u+016f}" ; (ů) u with ring above
171 dkDotAbove["U"] := "{u+016e}" ; (Ů) U with ring above
172 dkDotAbove["w"] := "{u+1e87}" ; (ẇ) w with dot above
173 dkDotAbove["W"] := "{u+1e86}" ; (Ẇ) W with dot above
174 dkDotAbove["x"] := "{u+1e8b}" ; (ẋ) x with dot above
175 dkDotAbove["X"] := "{u+1e8a}" ; (Ẋ) X with dot above
176 dkDotAbove["y"] := "{u+1e8f}" ; (ẏ) y with dot above
177 dkDotAbove["Y"] := "{u+1e8e}" ; (Ẏ) Y with dot above
178 dkDotAbove["z"] := "{u+017c}" ; (ż) z with dot above
179 dkDotAbove["Z"] := "{u+017b}" ; (Ż) Z with dot above
180 dkDotAbove["1"] := "{u+2199}" ; (↙) south west arrow
181 dkDotAbove["2"] := "{u+2193}" ; (↓) downwards arrow
182 dkDotAbove["3"] := "{u+2198}" ; (↘) south east arrow
183 dkDotAbove["4"] := "{u+2190}" ; (←) leftwards arrow
184 dkDotAbove["5"] := "{u+2195}" ; (↕) up down arrow
185 dkDotAbove["6"] := "{u+2192}" ; (→) rightwards arrow
186 dkDotAbove["7"] := "{u+2196}" ; (↖) north west arrow
187 dkDotAbove["8"] := "{u+2191}" ; (↑) upwards arrow
188 dkDotAbove["9"] := "{u+2197}" ; (↗) north east arrow
189 dkDotAbove["0"] := "{u+2194}" ; (↔) left right arrow
190 dkDotAbove["!"] := "{u+2199}" ; (↙) south west arrow
191 dkDotAbove["@"] := "{u+2193}" ; (↓) downwards arrow
192 dkDotAbove["#"] := "{u+2198}" ; (↘) south east arrow
193 dkDotAbove["$"] := "{u+2190}" ; (←) leftwards arrow
194 dkDotAbove["%"] := "{u+2195}" ; (↕) up down arrow
195 dkDotAbove["^"] := "{u+2192}" ; (→) rightwards arrow
196 dkDotAbove["&"] := "{u+2196}" ; (↖) north west arrow
197 dkDotAbove["*"] := "{u+2191}" ; (↑) upwards arrow
198 dkDotAbove["("] := "{u+2197}" ; (↗) north east arrow
199 dkDotAbove[")"] := "{u+2194}" ; (↔) left right arrow
200 dkDotAbove[" "] := "{u+02d9}" ; (˙) dot above
201
202
203 ; Dead Key : Macron/Stroke
204
205 global dkMacronStroke := Map()
206 dkMacronStroke["a"] := "{u+0101}" ; (ā) a with macron
207 dkMacronStroke["A"] := "{u+0100}" ; (Ā) A with macron
208 dkMacronStroke["b"] := "{u+0180}" ; (ƀ) b with stroke
209 dkMacronStroke["B"] := "{u+0243}" ; (Ƀ) B with stroke
210 dkMacronStroke["d"] := "{u+0111}" ; (đ) d with stroke
211 dkMacronStroke["D"] := "{u+0110}" ; (Đ) D with stroke
212 dkMacronStroke["e"] := "{u+0113}" ; (ē) e with macron
213 dkMacronStroke["E"] := "{u+0112}" ; (Ē) E with macron
214 dkMacronStroke["g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami)
215 dkMacronStroke["G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami)
216 dkMacronStroke["h"] := "{u+0127}" ; (ħ) h with stroke (Maltese)
217 dkMacronStroke["H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese)
218 dkMacronStroke["i"] := "{u+012b}" ; (ī) i with macron
219 dkMacronStroke["I"] := "{u+012a}" ; (Ī) I with macron
220 dkMacronStroke["j"] := "{u+0249}" ; (ɉ) j with stroke
221 dkMacronStroke["J"] := "{u+0248}" ; (Ɉ) J with stroke
222 dkMacronStroke["l"] := "{u+0142}" ; (ł) l with stroke
223 dkMacronStroke["L"] := "{u+0141}" ; (Ł) L with stroke
224 dkMacronStroke["o"] := "{u+014d}" ; (ō) o with macron
225 dkMacronStroke["O"] := "{u+014c}" ; (Ō) O with macron
226 dkMacronStroke["p"] := "{u+1d7d}" ; (ᵽ) p with stroke
227 dkMacronStroke["P"] := "{u+2c63}" ; (Ᵽ) P with stroke
228 dkMacronStroke["q"] := "{u+01ed}" ; (ǭ) o with ogonek and macron
229 dkMacronStroke["Q"] := "{u+01ec}" ; (Ǭ) O with ogonek and macron
230 dkMacronStroke["r"] := "{u+024d}" ; (ɍ) r with stroke
231 dkMacronStroke["R"] := "{u+024c}" ; (Ɍ) R with stroke
232 dkMacronStroke["t"] := "{u+0167}" ; (ŧ) t with stroke
233 dkMacronStroke["T"] := "{u+0166}" ; (Ŧ) T with stroke
234 dkMacronStroke["u"] := "{u+016b}" ; (ū) u with macron
235 dkMacronStroke["U"] := "{u+016a}" ; (Ū) U with macron
236 dkMacronStroke["v"] := "{u+01d6}" ; (ǖ) u with diaeresis and macron
237 dkMacronStroke["V"] := "{u+01d5}" ; (Ǖ) U with diaeresis and macron
238 dkMacronStroke["w"] := "{u+01e3}" ; (ǣ) ae with macron
239 dkMacronStroke["W"] := "{u+01e2}" ; (Ǣ) AE with macron
240 dkMacronStroke["y"] := "{u+0233}" ; (ȳ) y with macron
241 dkMacronStroke["Y"] := "{u+0232}" ; (Ȳ) Y with macron
242 dkMacronStroke["z"] := "{u+01b6}" ; (ƶ) z with stroke
243 dkMacronStroke["Z"] := "{u+01b5}" ; (Ƶ) Z with stroke
244 dkMacronStroke["1"] := "{u+21b2}" ; (↲) downwards arrow with tip leftwards
245 dkMacronStroke["2"] := "{u+21f5}" ; (⇵) downwards arrow leftwards of upwards arrow
246 dkMacronStroke["3"] := "{u+21b3}" ; (↳) downwards arrow with tip rightwards
247 dkMacronStroke["4"] := "{u+21c6}" ; (⇆) leftwards arrow over rightwards arrow
248 dkMacronStroke["5"] := "{u+21a8}" ; (↨) up down arrow with base
249 dkMacronStroke["6"] := "{u+21c4}" ; (⇄) rightwards arrow over leftwards arrow
250 dkMacronStroke["7"] := "{u+21b0}" ; (↰) upwards arrow with tip leftwards
251 dkMacronStroke["8"] := "{u+21c5}" ; (⇅) upwards arrow leftwards of downwards arrow
252 dkMacronStroke["9"] := "{u+21b1}" ; (↱) upwards arrow with tip rightwards
253 dkMacronStroke["0"] := "{u+21b9}" ; (↹) leftwards arrow to bar over rightwards arrow to bar
254 dkMacronStroke["!"] := "{u+21b2}" ; (↲) downwards arrow with tip leftwards
255 dkMacronStroke["@"] := "{u+21f5}" ; (⇵) downwards arrow leftwards of upwards arrow
256 dkMacronStroke["#"] := "{u+21b3}" ; (↳) downwards arrow with tip rightwards
257 dkMacronStroke["$"] := "{u+21c6}" ; (⇆) leftwards arrow over rightwards arrow
258 dkMacronStroke["%"] := "{u+21a8}" ; (↨) up down arrow with base
259 dkMacronStroke["^"] := "{u+21c4}" ; (⇄) rightwards arrow over leftwards arrow
260 dkMacronStroke["&"] := "{u+21b0}" ; (↰) upwards arrow with tip leftwards
261 dkMacronStroke["*"] := "{u+21c5}" ; (⇅) upwards arrow leftwards of downwards arrow
262 dkMacronStroke["("] := "{u+21b1}" ; (↱) upwards arrow with tip rightwards
263 dkMacronStroke[")"] := "{u+21b9}" ; (↹) leftwards arrow to bar over rightwards arrow to bar
264 dkMacronStroke[chr(0x00e6)] := "{u+01e3}" ; (æ -> ǣ) ae with macron
265 dkMacronStroke[chr(0x00c6)] := "{u+01e2}" ; (Æ -> Ǣ) AE with macron
266 dkMacronStroke[" "] := "{u+00af}" ; (¯) macron
267
268
269 ; Dead Key : Cedilla/Ogonek
270
271 global dkCedillaOgonek := Map()
272 dkCedillaOgonek["a"] := "{u+0105}" ; (ą) a with ogonek
273 dkCedillaOgonek["A"] := "{u+0104}" ; (Ą) A with ogonek
274 dkCedillaOgonek["c"] := "{u+00e7}" ; (ç) c with cedilla
275 dkCedillaOgonek["C"] := "{u+00c7}" ; (Ç) C with cedilla
276 dkCedillaOgonek["d"] := "{u+1e11}" ; (ḑ) d with cedilla
277 dkCedillaOgonek["D"] := "{u+1e10}" ; (Ḑ) D with cedilla
278 dkCedillaOgonek["e"] := "{u+0119}" ; (ę) e with ogonek
279 dkCedillaOgonek["E"] := "{u+0118}" ; (Ę) E with ogonek
280 dkCedillaOgonek["f"] := "{u+0229}" ; (ȩ) e with cedilla
281 dkCedillaOgonek["F"] := "{u+0228}" ; (Ȩ) E with cedilla
282 dkCedillaOgonek["g"] := "{u+0123}" ; (ģ) g with cedilla
283 dkCedillaOgonek["G"] := "{u+0122}" ; (Ģ) G with cedilla
284 dkCedillaOgonek["h"] := "{u+1e29}" ; (ḩ) h with cedilla
285 dkCedillaOgonek["H"] := "{u+1e28}" ; (Ḩ) H with cedilla
286 dkCedillaOgonek["i"] := "{u+012f}" ; (į) i with ogonek
287 dkCedillaOgonek["I"] := "{u+012e}" ; (Į) I with ogonek
288 dkCedillaOgonek["k"] := "{u+0137}" ; (ķ) k with cedilla
289 dkCedillaOgonek["K"] := "{u+0136}" ; (Ķ) K with cedilla
290 dkCedillaOgonek["l"] := "{u+013c}" ; (ļ) l with cedilla
291 dkCedillaOgonek["L"] := "{u+013b}" ; (Ļ) L with cedilla
292 dkCedillaOgonek["n"] := "{u+0146}" ; (ņ) n with cedilla
293 dkCedillaOgonek["N"] := "{u+0145}" ; (Ņ) N with cedilla
294 dkCedillaOgonek["o"] := "{u+01eb}" ; (ǫ) o with ogonek
295 dkCedillaOgonek["O"] := "{u+01ea}" ; (Ǫ) O with ogonek
296 dkCedillaOgonek["r"] := "{u+0157}" ; (ŗ) r with cedilla
297 dkCedillaOgonek["R"] := "{u+0156}" ; (Ŗ) R with cedilla
298 dkCedillaOgonek["s"] := "{u+015f}" ; (ş) s with cedilla
299 dkCedillaOgonek["S"] := "{u+015e}" ; (Ş) S with cedilla
300 dkCedillaOgonek["t"] := "{u+0163}" ; (ţ) t with cedilla
301 dkCedillaOgonek["T"] := "{u+0162}" ; (Ţ) T with cedilla
302 dkCedillaOgonek["u"] := "{u+0173}" ; (ų) u with ogonek
303 dkCedillaOgonek["U"] := "{u+0172}" ; (Ų) U with ogonek
304 dkCedillaOgonek["w"] := "{u+01bf}" ; (ƿ) small letter wynn
305 dkCedillaOgonek["W"] := "{u+01f7}" ; (Ƿ) capital letter wynn
306 dkCedillaOgonek["y"] := "{u+021d}" ; (ȝ) small letter yogh
307 dkCedillaOgonek["Y"] := "{u+021c}" ; (Ȝ) capital letter yogh
308 dkCedillaOgonek["1"] := "{u+2013}" ; (–) en dash
309 dkCedillaOgonek["2"] := "{u+2014}" ; (—) em dash
310 dkCedillaOgonek["3"] := "{u+2015}" ; (―) horizontal bar
311 dkCedillaOgonek["4"] := "{u+2010}" ; (‐) hyphen
312 dkCedillaOgonek["9"] := "{u+2012}" ; (‒) figure dash
313 dkCedillaOgonek["0"] := "{u+00ad}" ; (­) soft hyphen
314 dkCedillaOgonek["!"] := "{u+2013}" ; (–) en dash
315 dkCedillaOgonek["@"] := "{u+2014}" ; (—) em dash
316 dkCedillaOgonek["#"] := "{u+2015}" ; (―) horizontal bar
317 dkCedillaOgonek["$"] := "{u+2010}" ; (‐) hyphen
318 dkCedillaOgonek["("] := "{u+2012}" ; (‒) figure dash
319 dkCedillaOgonek[")"] := "{u+00ad}" ; (­) soft hyphen
320 dkCedillaOgonek["-"] := "{u+2011}" ; (‑) non-breaking hyphen
321 dkCedillaOgonek[" "] := "{u+00b8}" ; (¸) cedilla
322
323
324 ; Dead Key : Breve/Special
325
326 global dkBreveSpecial := Map()
327 dkBreveSpecial["a"] := "{u+0103}" ; (ă) a with breve
328 dkBreveSpecial["A"] := "{u+0102}" ; (Ă) A with breve
329 dkBreveSpecial["c"] := "{u+0188}" ; (ƈ) c with hook
330 dkBreveSpecial["C"] := "{u+0187}" ; (Ƈ) C with hook
331 dkBreveSpecial["d"] := "{u+0256}" ; (ɖ) small letter d with tail
332 dkBreveSpecial["D"] := "{u+0189}" ; (Ɖ) capital letter African D
333 dkBreveSpecial["e"] := "{u+0115}" ; (ĕ) e with breve
334 dkBreveSpecial["E"] := "{u+0114}" ; (Ĕ) E with breve
335 dkBreveSpecial["f"] := "{u+0259}" ; (ə) small letter schwa (Azerbaijani)
336 dkBreveSpecial["F"] := "{u+018f}" ; (Ə) capital letter schwa (Azerbaijani)
337 dkBreveSpecial["g"] := "{u+011f}" ; (ğ) g with breve
338 dkBreveSpecial["G"] := "{u+011e}" ; (Ğ) G with breve
339 dkBreveSpecial["h"] := "{u+0260}" ; (ɠ) g with hook
340 dkBreveSpecial["H"] := "{u+0193}" ; (Ɠ) G with hook
341 dkBreveSpecial["i"] := "{u+012d}" ; (ĭ) i with breve
342 dkBreveSpecial["I"] := "{u+012c}" ; (Ĭ) I with breve
343 dkBreveSpecial["j"] := "{u+0133}" ; (ij) ligature ij
344 dkBreveSpecial["J"] := "{u+0132}" ; (IJ) ligature IJ
345 dkBreveSpecial["k"] := "{u+0199}" ; (ƙ) k with hook
346 dkBreveSpecial["K"] := "{u+0198}" ; (Ƙ) K with hook
347 dkBreveSpecial["m"] := "{u+0271}" ; (ɱ) m with hook
348 dkBreveSpecial["M"] := "{u+2c6e}" ; (Ɱ) M with hook
349 dkBreveSpecial["n"] := "{u+014b}" ; (ŋ) small letter eng(ma)
350 dkBreveSpecial["N"] := "{u+014a}" ; (Ŋ) capital letter eng(ma)
351 dkBreveSpecial["o"] := "{u+014f}" ; (ŏ) o with breve
352 dkBreveSpecial["O"] := "{u+014e}" ; (Ŏ) O with breve
353 dkBreveSpecial["p"] := "{u+01a5}" ; (ƥ) p with hook
354 dkBreveSpecial["P"] := "{u+01a4}" ; (Ƥ) P with hook
355 dkBreveSpecial["q"] := "{u+024b}" ; (ɋ) q with hook tail
356 dkBreveSpecial["Q"] := "{u+024a}" ; (Ɋ) Q with hook tail
357 dkBreveSpecial["r"] := "{u+027d}" ; (ɽ) r with tail
358 dkBreveSpecial["R"] := "{u+2c64}" ; (Ɽ) R with tail
359 dkBreveSpecial["s"] := "{u+0219}" ; (ș) s with comma below (Romanian)
360 dkBreveSpecial["S"] := "{u+0218}" ; (Ș) S with comma below (Romanian)
361 dkBreveSpecial["t"] := "{u+021b}" ; (ț) t with comma below (Romanian)
362 dkBreveSpecial["T"] := "{u+021a}" ; (Ț) T with comma below (Romanian)
363 dkBreveSpecial["u"] := "{u+016d}" ; (ŭ) u with breve
364 dkBreveSpecial["U"] := "{u+016c}" ; (Ŭ) U with breve
365 dkBreveSpecial["v"] := "{u+028b}" ; (ʋ) v with hook
366 dkBreveSpecial["V"] := "{u+01b2}" ; (Ʋ) V with hook
367 dkBreveSpecial["w"] := "{u+2c73}" ; (ⱳ) w with hook
368 dkBreveSpecial["W"] := "{u+2c72}" ; (Ⱳ) W with hook
369 dkBreveSpecial["y"] := "{u+01b4}" ; (ƴ) y with hook
370 dkBreveSpecial["Y"] := "{u+01b3}" ; (Ƴ) Y with hook
371 dkBreveSpecial["z"] := "{u+0225}" ; (ȥ) z with hook
372 dkBreveSpecial["Z"] := "{u+0224}" ; (Ȥ) Z with hook
373 dkBreveSpecial["3"] := "{u+0292}" ; (ʒ) small letter ezh
374 dkBreveSpecial["#"] := "{u+01b7}" ; (Ʒ) capital letter ezh
375 dkBreveSpecial[" "] := "{u+02d8}" ; (˘) breve
376
377
378 ; Dead Key : Acute Accent
379
380 global dkAcuteAccent := Map()
381 dkAcuteAccent["a"] := "{u+01fb}" ; (ǻ) a with ring above and acute
382 dkAcuteAccent["A"] := "{u+01fa}" ; (Ǻ) A with ring above and acute
383 dkAcuteAccent["b"] := "{u+0253}" ; (ɓ) b with hook
384 dkAcuteAccent["B"] := "{u+0181}" ; (Ɓ) B with hook
385 dkAcuteAccent["c"] := "{u+0107}" ; (ć) c with acute
386 dkAcuteAccent["C"] := "{u+0106}" ; (Ć) C with acute
387 dkAcuteAccent["d"] := "{u+0257}" ; (ɗ) d with hook
388 dkAcuteAccent["D"] := "{u+018a}" ; (Ɗ) D with hook
389 dkAcuteAccent["e"] := "{u+01fd}" ; (ǽ) ae with acute
390 dkAcuteAccent["E"] := "{u+01fc}" ; (Ǽ) AE with acute
391 dkAcuteAccent["f"] := "{u+0192}" ; (ƒ) f with hook
392 dkAcuteAccent["F"] := "{u+0191}" ; (Ƒ) F with hook
393 dkAcuteAccent["g"] := "{u+01f5}" ; (ǵ) g with acute
394 dkAcuteAccent["G"] := "{u+01f4}" ; (Ǵ) G with acute
395 dkAcuteAccent["h"] := "{u+0266}" ; (ɦ) h with hook
396 dkAcuteAccent["H"] := "{u+a7aa}" ; (Ɦ) H with hook
397 dkAcuteAccent["i"] := "{u+01ff}" ; (ǿ) o with stroke and acute
398 dkAcuteAccent["I"] := "{u+01fe}" ; (Ǿ) O with stroke and acute
399 dkAcuteAccent["j"] := "{u+0133}" ; (ij) ligature ij
400 dkAcuteAccent["J"] := "{u+0132}" ; (IJ) ligature IJ
401 dkAcuteAccent["k"] := "{u+1e31}" ; (ḱ) k with acute
402 dkAcuteAccent["K"] := "{u+1e30}" ; (Ḱ) K with acute
403 dkAcuteAccent["l"] := "{u+013a}" ; (ĺ) l with acute
404 dkAcuteAccent["L"] := "{u+0139}" ; (Ĺ) L with acute
405 dkAcuteAccent["m"] := "{u+1e3f}" ; (ḿ) m with acute
406 dkAcuteAccent["M"] := "{u+1e3e}" ; (Ḿ) M with acute
407 dkAcuteAccent["n"] := "{u+0144}" ; (ń) n with acute
408 dkAcuteAccent["N"] := "{u+0143}" ; (Ń) N with acute
409 dkAcuteAccent["o"] := "{u+0151}" ; (ő) o with double acute
410 dkAcuteAccent["O"] := "{u+0150}" ; (Ő) O with double acute
411 dkAcuteAccent["p"] := "{u+1e55}" ; (ṕ) p with acute
412 dkAcuteAccent["P"] := "{u+1e54}" ; (Ṕ) P with acute
413 dkAcuteAccent["q"] := "{u+1e09}" ; (ḉ) c with cedilla and acute
414 dkAcuteAccent["Q"] := "{u+1e08}" ; (Ḉ) C with cedilla and acute
415 dkAcuteAccent["r"] := "{u+0155}" ; (ŕ) r with acute
416 dkAcuteAccent["R"] := "{u+0154}" ; (Ŕ) R with acute
417 dkAcuteAccent["s"] := "{u+015b}" ; (ś) s with acute
418 dkAcuteAccent["S"] := "{u+015a}" ; (Ś) S with acute
419 dkAcuteAccent["t"] := "{u+01ad}" ; (ƭ) t with hook
420 dkAcuteAccent["T"] := "{u+01ac}" ; (Ƭ) T with hook
421 dkAcuteAccent["u"] := "{u+0171}" ; (ű) u with double acute
422 dkAcuteAccent["U"] := "{u+0170}" ; (Ű) U with double acute
423 dkAcuteAccent["v"] := "{u+01d8}" ; (ǘ) u with diaeresis and acute
424 dkAcuteAccent["V"] := "{u+01d7}" ; (Ǘ) U with diaeresis and acute
425 dkAcuteAccent["w"] := "{u+1e83}" ; (ẃ) w with acute
426 dkAcuteAccent["W"] := "{u+1e82}" ; (Ẃ) W with acute
427 dkAcuteAccent["y"] := "{u+00fd}" ; (ý) y with acute
428 dkAcuteAccent["Y"] := "{u+00dd}" ; (Ý) Y with acute
429 dkAcuteAccent["z"] := "{u+017a}" ; (ź) z with acute
430 dkAcuteAccent["Z"] := "{u+0179}" ; (Ź) Z with acute
431 dkAcuteAccent["2"] := "{u+266b}" ; (♫) beamed eighth notes
432 dkAcuteAccent["3"] := "{u+2042}" ; (⁂) asterism
433 dkAcuteAccent["4"] := "{u+2605}" ; (★) black star
434 dkAcuteAccent["5"] := "{u+2606}" ; (☆) white star
435 dkAcuteAccent["6"] := "{u+273d}" ; (✽) heavy teardrop-spoked asterisk
436 dkAcuteAccent["7"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
437 dkAcuteAccent["8"] := "{u+266a}" ; (♪) eighth note
438 dkAcuteAccent["@"] := "{u+266b}" ; (♫) beamed eighth notes
439 dkAcuteAccent["#"] := "{u+2042}" ; (⁂) asterism
440 dkAcuteAccent["$"] := "{u+2605}" ; (★) black star
441 dkAcuteAccent["%"] := "{u+2606}" ; (☆) white star
442 dkAcuteAccent["^"] := "{u+273d}" ; (✽) heavy teardrop-spoked asterisk
443 dkAcuteAccent["&"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
444 dkAcuteAccent["*"] := "{u+266a}" ; (♪) eighth note
445 dkAcuteAccent[chr(0x00e5)] := "{u+01fb}" ; (å -> ǻ) a with ring above and acute
446 dkAcuteAccent[chr(0x00c5)] := "{u+01fa}" ; (Å -> Ǻ) A with ring above and acute
447 dkAcuteAccent[chr(0x00e6)] := "{u+01fd}" ; (æ -> ǽ) ae with acute
448 dkAcuteAccent[chr(0x00c6)] := "{u+01fc}" ; (Æ -> Ǽ) AE with acute
449 dkAcuteAccent[chr(0x00f8)] := "{u+01ff}" ; (ø -> ǿ) o with stroke and acute
450 dkAcuteAccent[chr(0x00d8)] := "{u+01fe}" ; (Ø -> Ǿ) O with stroke and acute
451 dkAcuteAccent[chr(0x00e7)] := "{u+1e09}" ; (ç -> ḉ) c with cedilla and acute
452 dkAcuteAccent[chr(0x00c7)] := "{u+1e08}" ; (Ç -> Ḉ) C with cedilla and acute
453 dkAcuteAccent[" "] := "{u+00b4}" ; (´) acute accent
454
455
456 ; Dead Key : Diaeresis
457
458 global dkDiaeresis := Map()
459 dkDiaeresis["a"] := "{u+00e4}" ; (ä) a with diaeresis
460 dkDiaeresis["A"] := "{u+00c4}" ; (Ä) A with diaeresis
461 dkDiaeresis["e"] := "{u+00eb}" ; (ë) e with diaeresis
462 dkDiaeresis["E"] := "{u+00cb}" ; (Ë) E with diaeresis
463 dkDiaeresis["h"] := "{u+1e27}" ; (ḧ) h with diaeresis
464 dkDiaeresis["H"] := "{u+1e26}" ; (Ḧ) H with diaeresis
465 dkDiaeresis["i"] := "{u+00ef}" ; (ï) i with diaeresis
466 dkDiaeresis["I"] := "{u+00cf}" ; (Ï) I with diaeresis
467 dkDiaeresis["o"] := "{u+01a1}" ; (ơ) o with horn
468 dkDiaeresis["O"] := "{u+01a0}" ; (Ơ) O with horn
469 dkDiaeresis["s"] := "{u+0283}" ; (ʃ) small letter esh
470 dkDiaeresis["S"] := "{u+01a9}" ; (Ʃ) capital letter esh
471 dkDiaeresis["t"] := "{u+1e97}" ; (ẗ) t with diaeresis
472 dkDiaeresis["u"] := "{u+01b0}" ; (ư) u with horn
473 dkDiaeresis["U"] := "{u+01af}" ; (Ư) U with horn
474 dkDiaeresis["w"] := "{u+1e85}" ; (ẅ) w with diaeresis
475 dkDiaeresis["W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
476 dkDiaeresis["x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
477 dkDiaeresis["X"] := "{u+1e8c}" ; (Ẍ) X with diaeresis
478 dkDiaeresis["y"] := "{u+00ff}" ; (ÿ) y with diaeresis
479 dkDiaeresis["Y"] := "{u+0178}" ; (Ÿ) Y with diaeresis
480 dkDiaeresis[" "] := "{u+00a8}" ; (¨) diaeresis
481
482
483 ; Dead Key : Grave Accent
484
485 global dkGraveAccent := Map()
486 dkGraveAccent["a"] := "{u+0201}" ; (ȁ) a with double grave
487 dkGraveAccent["A"] := "{u+0200}" ; (Ȁ) A with double grave
488 dkGraveAccent["d"] := "{u+00f0}" ; (ð) small letter eth
489 dkGraveAccent["D"] := "{u+00d0}" ; (Ð) capital letter eth
490 dkGraveAccent["e"] := "{u+0205}" ; (ȅ) e with double grave
491 dkGraveAccent["E"] := "{u+0204}" ; (Ȅ) E with double grave
492 dkGraveAccent["i"] := "{u+0209}" ; (ȉ) i with double grave
493 dkGraveAccent["I"] := "{u+0208}" ; (Ȉ) I with double grave
494 dkGraveAccent["n"] := "{u+01f9}" ; (ǹ) n with grave
495 dkGraveAccent["N"] := "{u+01f8}" ; (Ǹ) N with grave
496 dkGraveAccent["o"] := "{u+020d}" ; (ȍ) o with double grave
497 dkGraveAccent["O"] := "{u+020c}" ; (Ȍ) O with double grave
498 dkGraveAccent["r"] := "{u+0211}" ; (ȑ) r with double grave
499 dkGraveAccent["R"] := "{u+0210}" ; (Ȑ) R with double grave
500 dkGraveAccent["t"] := "{u+00fe}" ; (þ) small letter thorn
501 dkGraveAccent["T"] := "{u+00de}" ; (Þ) capital letter thorn
502 dkGraveAccent["u"] := "{u+0215}" ; (ȕ) u with double grave
503 dkGraveAccent["U"] := "{u+0214}" ; (Ȕ) U with double grave
504 dkGraveAccent["v"] := "{u+01dc}" ; (ǜ) u with diaeresis and grave
505 dkGraveAccent["V"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave
506 dkGraveAccent["w"] := "{u+1e81}" ; (ẁ) w with grave
507 dkGraveAccent["W"] := "{u+1e80}" ; (Ẁ) W with grave
508 dkGraveAccent["y"] := "{u+1ef3}" ; (ỳ) y with grave
509 dkGraveAccent["Y"] := "{u+1ef2}" ; (Ỳ) Y with grave
510 dkGraveAccent["c"] := "{u+2663}" ; (♣) black club suit
511 dkGraveAccent["C"] := "{u+2667}" ; (♧) white club suit
512 dkGraveAccent["h"] := "{u+2665}" ; (♥) black heart suit
513 dkGraveAccent["H"] := "{u+2661}" ; (♡) white heart suit
514 dkGraveAccent["m"] := "{u+2666}" ; (♦) black diamond suit
515 dkGraveAccent["M"] := "{u+2662}" ; (♢) white diamond suit
516 dkGraveAccent["s"] := "{u+2660}" ; (♠) black spade suit
517 dkGraveAccent["S"] := "{u+2664}" ; (♤) white spade suit
518 dkGraveAccent["1"] := "{u+2002}" ; en space
519 dkGraveAccent["2"] := "{u+2003}" ; em space
520 dkGraveAccent["3"] := "{u+2004}" ; three-per-em space
521 dkGraveAccent["4"] := "{u+2005}" ; four-per-em space
522 dkGraveAccent["5"] := "{u+2008}" ; punctuation space
523 dkGraveAccent["6"] := "{u+2006}" ; six-per-em space
524 dkGraveAccent["7"] := "{u+2009}" ; thin space
525 dkGraveAccent["8"] := "{u+200a}" ; hair space
526 dkGraveAccent["9"] := "{u+2007}" ; figure space
527 dkGraveAccent["0"] := "{u+200b}" ; zero-width space
528 dkGraveAccent["!"] := "{u+2002}" ; en space
529 dkGraveAccent["@"] := "{u+2003}" ; em space
530 dkGraveAccent["#"] := "{u+2004}" ; three-per-em space
531 dkGraveAccent["$"] := "{u+2005}" ; four-per-em space
532 dkGraveAccent["%"] := "{u+2008}" ; punctuation space
533 dkGraveAccent["^"] := "{u+2006}" ; six-per-em space
534 dkGraveAccent["&"] := "{u+2009}" ; thin space
535 dkGraveAccent["*"] := "{u+200a}" ; hair space
536 dkGraveAccent["("] := "{u+2007}" ; figure space
537 dkGraveAccent[")"] := "{u+200b}" ; zero-width space
538 dkGraveAccent["-"] := "{u+00a0}" ; non-breaking space
539 dkGraveAccent["="] := "{u+202f}" ; narrow no-break space
540 dkGraveAccent[" "] := "``" ; grave accent
541
542
543 ; Dead Key : Tilde
544
545 global dkTilde := Map()
546 dkTilde["a"] := "{u+00e3}" ; (ã) a with tilde
547 dkTilde["A"] := "{u+00c3}" ; (Ã) A with tilde
548 dkTilde["e"] := "{u+1ebd}" ; (ẽ) e with tilde
549 dkTilde["E"] := "{u+1ebc}" ; (Ẽ) E with tilde
550 dkTilde["i"] := "{u+0129}" ; (ĩ) i with tilde
551 dkTilde["I"] := "{u+0128}" ; (Ĩ) I with tilde
552 dkTilde["l"] := "{u+026b}" ; (ɫ) l with middle tilde
553 dkTilde["L"] := "{u+2c62}" ; (Ɫ) L with middle tilde
554 dkTilde["n"] := "{u+00f1}" ; (ñ) n with tilde
555 dkTilde["N"] := "{u+00d1}" ; (Ñ) N with tilde
556 dkTilde["o"] := "{u+00f5}" ; (õ) o with tilde
557 dkTilde["O"] := "{u+00d5}" ; (Õ) O with tilde
558 dkTilde["u"] := "{u+0169}" ; (ũ) u with tilde
559 dkTilde["U"] := "{u+0168}" ; (Ũ) U with tilde
560 dkTilde["v"] := "{u+1e7d}" ; (ṽ) v with tilde
561 dkTilde["V"] := "{u+1e7c}" ; (Ṽ) V with tilde
562 dkTilde["y"] := "{u+1ef9}" ; (ỹ) y with tilde
563 dkTilde["Y"] := "{u+1ef8}" ; (Ỹ) Y with tilde
564 dkTilde["s"] := "{u+017f}" ; (ſ) small long s
565 dkTilde["1"] := "{u+2000}" ; en quad
566 dkTilde["2"] := "{u+2001}" ; em quad
567 dkTilde["!"] := "{u+2000}" ; en quad
568 dkTilde["@"] := "{u+2001}" ; em quad
569 dkTilde[" "] := "~" ; tilde
570
571
572 ; Dead Key : General Symbols
573
574 global dkSymbols := Map()
575 dkSymbols["a"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
576 dkSymbols["A"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
577 dkSymbols["b"] := "{u+2022}" ; (•) bullet
578 dkSymbols["B"] := "{u+25e6}" ; (◦) white bullet
579 dkSymbols["c"] := "{u+2105}" ; (℅) care of
580 dkSymbols["C"] := "{u+2105}" ; (℅) care of
581 dkSymbols["d"] := "{u+2020}" ; (†) dagger
582 dkSymbols["D"] := "{u+2021}" ; (‡) double dagger
583 dkSymbols["e"] := "{u+212e}" ; (℮) estimated symbol
584 dkSymbols["E"] := "{u+2709}" ; (✉) envelope
585 dkSymbols["f"] := "{u+2640}" ; (♀) Venus symbol (female)
586 dkSymbols["F"] := "{u+2640}" ; (♀) Venus symbol (female)
587 dkSymbols["g"] := "{u+2740}" ; (❀) white florette
588 dkSymbols["G"] := "{u+273f}" ; (✿) black florette
589 dkSymbols["h"] := "{u+2766}" ; (❦) floral heart
590 dkSymbols["H"] := "{u+2767}" ; (❧) rotated floral heart bullet
591 dkSymbols["i"] := "{u+22c4}" ; (⋄) diamond operator
592 dkSymbols["I"] := "{u+22c4}" ; (⋄) diamond operator
593 dkSymbols["j"] := "{u+2126}" ; (Ω) ohm sign (backwards compatibility)
594 dkSymbols["J"] := "{u+2126}" ; (Ω) ohm sign (backwards compatibility)
595 dkSymbols["k"] := "{u+214d}" ; (⅍) aktieselskab
596 dkSymbols["K"] := "{u+214d}" ; (⅍) aktieselskab
597 dkSymbols["l"] := "{u+2113}" ; (ℓ) script small l
598 dkSymbols["L"] := "{u+2112}" ; (ℒ) Laplace transform
599 dkSymbols["m"] := "{u+2642}" ; (♂) Mars symbol (male)
600 dkSymbols["M"] := "{u+2642}" ; (♂) Mars symbol (male)
601 dkSymbols["n"] := "{u+00ac}" ; (¬) not sign
602 dkSymbols["N"] := "{u+00ac}" ; (¬) not sign
603 dkSymbols["o"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
604 dkSymbols["O"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
605 dkSymbols["p"] := "{u+00b6}" ; (¶) pilcrow sign
606 dkSymbols["P"] := "{u+2117}" ; (℗) sound recording copyright
607 dkSymbols["q"] := "{u+201e}" ; („) double low-9 quotation mark
608 dkSymbols["Q"] := "{u+201a}" ; (‚) single low-9 quotation mark
609 dkSymbols["r"] := "{u+00ae}" ; (®) registered sign
610 dkSymbols["R"] := "{u+211e}" ; (℞) prescription take (Recipere)
611 dkSymbols["s"] := "{u+2120}" ; (℠) service mark
612 dkSymbols["S"] := "{u+2120}" ; (℠) service mark
613 dkSymbols["t"] := "{u+2122}" ; (™) trademark symbol
614 dkSymbols["T"] := "{u+2706}" ; (✆) telephone location sign
615 dkSymbols["u"] := "{u+2610}" ; (☐) ballot box
616 dkSymbols["U"] := "{u+2619}" ; (☙) reversed rotated floral heart bullet
617 dkSymbols["v"] := "{u+2713}" ; (✓) check mark
618 dkSymbols["V"] := "{u+2714}" ; (✔) heavy check mark
619 dkSymbols["w"] := "{u+26a0}" ; (⚠) warning sign
620 dkSymbols["W"] := "{u+26a0}" ; (⚠) warning sign
621 dkSymbols["x"] := "{u+2717}" ; (✗) ballot x
622 dkSymbols["X"] := "{u+2718}" ; (✘) heavy ballot x
623 dkSymbols["y"] := "{u+2611}" ; (☑) ballot box with check
624 dkSymbols["Y"] := "{u+2612}" ; (☒) ballot box with x
625 dkSymbols["1"] := "{u+2116}" ; (№) numero sign
626 dkSymbols["2"] := "{u+00bd}" ; (½) vulgar fraction 1/2
627 dkSymbols["3"] := "{u+2153}" ; (⅓) vulgar fraction 1/3
628 dkSymbols["4"] := "{u+00bc}" ; (¼) vulgar fraction 1/4
629 dkSymbols["5"] := "{u+2154}" ; (⅔) vulgar fraction 2/3
630 dkSymbols["6"] := "{u+00be}" ; (¾) vulgar fraction 3/4
631 dkSymbols["7"] := "{u+215b}" ; (⅛) vulgar fraction 1/8
632 dkSymbols["8"] := "{u+215c}" ; (⅜) vulgar fraction 3/8
633 dkSymbols["9"] := "{u+215d}" ; (⅝) vulgar fraction 5/8
634 dkSymbols["0"] := "{u+215e}" ; (⅞) vulgar fraction 7/8
635 dkSymbols["!"] := "{u+2116}" ; (№) numero sign
636 dkSymbols["@"] := "{u+00bd}" ; (½) vulgar fraction 1/2
637 dkSymbols["#"] := "{u+2153}" ; (⅓) vulgar fraction 1/3
638 dkSymbols["$"] := "{u+00bc}" ; (¼) vulgar fraction 1/4
639 dkSymbols["%"] := "{u+2154}" ; (⅔) vulgar fraction 2/3
640 dkSymbols["^"] := "{u+00be}" ; (¾) vulgar fraction 3/4
641 dkSymbols["&"] := "{u+215b}" ; (⅛) vulgar fraction 1/8
642 dkSymbols["*"] := "{u+215c}" ; (⅜) vulgar fraction 3/8
643 dkSymbols["("] := "{u+215d}" ; (⅝) vulgar fraction 5/8
644 dkSymbols[")"] := "{u+215e}" ; (⅞) vulgar fraction 7/8
645 dkSymbols["-"] := "{u+2043}" ; (⁃) hyphen bullet
646 dkSymbols["_"] := "{u+2023}" ; (‣) triangular bullet
647 dkSymbols["="] := "{u+00d7}" ; (×) multiplication sign
648 dkSymbols["+"] := "{u+00f7}" ; (÷) division sign
649 dkSymbols[";"] := "{u+263a}" ; (☺) white smiling face
650 dkSymbols[":"] := "{u+263b}" ; (☻) black smiling face
651 dkSymbols[","] := "{u+201e}" ; („) double low-9 quotation mark
652 dkSymbols["<"] := "{u+201a}" ; (‚) single low-9 quotation mark
653 dkSymbols["."] := "{u+203c}" ; (‼) double exclamation mark
654 dkSymbols[">"] := "{u+2e2e}" ; (⸮) reversed question mark
655 dkSymbols["/"] := "{u+203d}" ; (‽) interrobang
656 dkSymbols["?"] := "{u+2e18}" ; (⸘) inverted interrobang
657 dkSymbols["\"] := "{u+205e}" ; (⁞) vertical four dots
658 dkSymbols["|"] := "{u+00a6}" ; (¦) broken bar
659 dkSymbols[" "] := "{u+00d7}" ; (×) multiplication sign
660
661
662 ; Dead Key : Currency
663
664 global dkCurrency := Map()
665 dkCurrency["a"] := "{u+058f}" ; (֏) Armenian dram
666 dkCurrency["A"] := "{u+20b3}" ; (₳) Argentine austral
667 dkCurrency["b"] := "{u+20bf}" ; (₿) bitcoin
668 dkCurrency["B"] := "{u+0e3f}" ; (฿) Thai baht
669 dkCurrency["c"] := "{u+20a1}" ; (₡) Costa Rican colón
670 dkCurrency["C"] := "{u+20b5}" ; (₵) Ghanaian cedi
671 dkCurrency["d"] := "{u+20ab}" ; (₫) Vietnamese dong
672 dkCurrency["D"] := "{u+20af}" ; (₯) Greek drachma
673 dkCurrency["e"] := "{u+20a2}" ; (₢) Brazilian cruzeiro
674 dkCurrency["E"] := "{u+20a0}" ; (₠) euro-currency sign
675 dkCurrency["f"] := "{u+20a3}" ; (₣) French franc
676 dkCurrency["F"] := "{u+20a3}" ; (₣) French franc
677 dkCurrency["g"] := "{u+20b2}" ; (₲) Paraguayan guaraní
678 dkCurrency["G"] := "{u+20b2}" ; (₲) Paraguayan guaraní
679 dkCurrency["h"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
680 dkCurrency["H"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
681 dkCurrency["i"] := "{u+20a4}" ; (₤) lira
682 dkCurrency["I"] := "{u+20b6}" ; (₶) livre tournois
683 dkCurrency["k"] := "{u+20ad}" ; (₭) Laotian kip
684 dkCurrency["K"] := "{u+20ad}" ; (₭) Laotian kip
685 dkCurrency["l"] := "{u+20ba}" ; (₺) Turkish lira
686 dkCurrency["L"] := "{u+20be}" ; (₾) Georgian lari
687 dkCurrency["m"] := "{u+20bc}" ; (₼) Azerbaijani manat
688 dkCurrency["M"] := "{u+20a5}" ; (₥) mill sign
689 dkCurrency["n"] := "{u+20a6}" ; (₦) Nigerian naira
690 dkCurrency["N"] := "{u+20bb}" ; (₻) Nordic mark
691 dkCurrency["p"] := "{u+20b1}" ; (₱) Philippine peso
692 dkCurrency["P"] := "{u+20a7}" ; (₧) Spanish pesetas
693 dkCurrency["r"] := "{u+20b9}" ; (₹) Indian rupee
694 dkCurrency["R"] := "{u+20bd}" ; (₽) Russian ruble
695 dkCurrency["s"] := "{u+20aa}" ; (₪) Israeli new shekel
696 dkCurrency["S"] := "{u+20b7}" ; (₷) spesmilo
697 dkCurrency["t"] := "{u+20ae}" ; (₮) Mongolian tögrög (tugrik)
698 dkCurrency["T"] := "{u+20b8}" ; (₸) Kazakh tenge
699 dkCurrency["u"] := "{u+20a8}" ; (₨) rupee sign
700 dkCurrency["U"] := "{u+20a8}" ; (₨) rupee sign
701 dkCurrency["w"] := "{u+20a9}" ; (₩) South Korean won
702 dkCurrency["W"] := "{u+20a9}" ; (₩) South Korean won
703 dkCurrency["x"] := "{u+00a4}" ; (¤) currency sign
704 dkCurrency["X"] := "{u+00a4}" ; (¤) currency sign
705 dkCurrency[" "] := "{u+00a4}" ; (¤) currency sign
706
707
708 ; Dead Key : Greek Alphabet
709
710 global dkGreekAlphabet := Map()
711 dkGreekAlphabet["a"] := "{u+03b1}" ; (α) small alpha
712 dkGreekAlphabet["A"] := "{u+0391}" ; (Α) capital alpha
713 dkGreekAlphabet["b"] := "{u+03b2}" ; (β) small beta
714 dkGreekAlphabet["B"] := "{u+0392}" ; (Β) capital beta
715 dkGreekAlphabet["v"] := "{u+03b2}" ; (β) small beta
716 dkGreekAlphabet["V"] := "{u+0392}" ; (Β) capital beta
717 dkGreekAlphabet["g"] := "{u+03b3}" ; (γ) small gamma
718 dkGreekAlphabet["G"] := "{u+0393}" ; (Γ) capital gamma
719 dkGreekAlphabet["d"] := "{u+03b4}" ; (δ) small delta
720 dkGreekAlphabet["D"] := "{u+0394}" ; (Δ) capital delta
721 dkGreekAlphabet["e"] := "{u+03b5}" ; (ε) small epsilon
722 dkGreekAlphabet["E"] := "{u+0395}" ; (Ε) capital epsilon
723 dkGreekAlphabet["z"] := "{u+03b6}" ; (ζ) small zeta
724 dkGreekAlphabet["Z"] := "{u+0396}" ; (Ζ) capital zeta
725 dkGreekAlphabet["h"] := "{u+03b7}" ; (η) small eta
726 dkGreekAlphabet["H"] := "{u+0397}" ; (Η) capital eta
727 dkGreekAlphabet["j"] := "{u+03b8}" ; (θ) small theta
728 dkGreekAlphabet["J"] := "{u+0398}" ; (Θ) capital theta
729 dkGreekAlphabet["i"] := "{u+03b9}" ; (ι) small iota
730 dkGreekAlphabet["I"] := "{u+0399}" ; (Ι) capital iota
731 dkGreekAlphabet["k"] := "{u+03ba}" ; (κ) small kappa
732 dkGreekAlphabet["K"] := "{u+039a}" ; (Κ) capital kappa
733 dkGreekAlphabet["l"] := "{u+03bb}" ; (λ) small lambda
734 dkGreekAlphabet["L"] := "{u+039b}" ; (Λ) capital lambda
735 dkGreekAlphabet["m"] := "{u+03bc}" ; (μ) small mu
736 dkGreekAlphabet["M"] := "{u+039c}" ; (Μ) capital mu
737 dkGreekAlphabet["n"] := "{u+03bd}" ; (ν) small nu
738 dkGreekAlphabet["N"] := "{u+039d}" ; (Ν) capital nu
739 dkGreekAlphabet["x"] := "{u+03be}" ; (ξ) small xi
740 dkGreekAlphabet["X"] := "{u+039e}" ; (Ξ) capital xi
741 dkGreekAlphabet["o"] := "{u+03bf}" ; (ο) small omicron
742 dkGreekAlphabet["O"] := "{u+039f}" ; (Ο) capital omicron
743 dkGreekAlphabet["p"] := "{u+03c0}" ; (π) small pi
744 dkGreekAlphabet["P"] := "{u+03a0}" ; (Π) capital pi
745 dkGreekAlphabet["r"] := "{u+03c1}" ; (ρ) small rho
746 dkGreekAlphabet["R"] := "{u+03a1}" ; (Ρ) capital rho
747 dkGreekAlphabet["s"] := "{u+03c3}" ; (σ) small sigma
748 dkGreekAlphabet["S"] := "{u+03a3}" ; (Σ) capital sigma
749 dkGreekAlphabet[","] := "{u+03c2}" ; (ς) small final sigma
750 dkGreekAlphabet["t"] := "{u+03c4}" ; (τ) small tau
751 dkGreekAlphabet["T"] := "{u+03a4}" ; (Τ) capital tau
752 dkGreekAlphabet["u"] := "{u+03c5}" ; (υ) small upsilon
753 dkGreekAlphabet["U"] := "{u+03a5}" ; (Υ) capital upsilon
754 dkGreekAlphabet["y"] := "{u+03c5}" ; (υ) small upsilon
755 dkGreekAlphabet["Y"] := "{u+03a5}" ; (Υ) capital upsilon
756 dkGreekAlphabet["f"] := "{u+03c6}" ; (φ) small phi
757 dkGreekAlphabet["F"] := "{u+03a6}" ; (Φ) capital phi
758 dkGreekAlphabet["c"] := "{u+03c7}" ; (χ) small chi
759 dkGreekAlphabet["C"] := "{u+03a7}" ; (Χ) capital chi
760 dkGreekAlphabet["w"] := "{u+03c8}" ; (ψ) small psi
761 dkGreekAlphabet["W"] := "{u+03a8}" ; (Ψ) capital psi
762 dkGreekAlphabet["q"] := "{u+03c9}" ; (ω) small omega
763 dkGreekAlphabet["Q"] := "{u+03a9}" ; (Ω) capital omega
764 dkGreekAlphabet["1"] := "{u+00b9}" ; (¹) superscript 1
765 dkGreekAlphabet["2"] := "{u+00b2}" ; (²) superscript 2
766 dkGreekAlphabet["3"] := "{u+00b3}" ; (³) superscript 3
767 dkGreekAlphabet["4"] := "{u+2074}" ; (⁴) superscript 4
768 dkGreekAlphabet["5"] := "{u+2075}" ; (⁵) superscript 5
769 dkGreekAlphabet["6"] := "{u+2076}" ; (⁶) superscript 6
770 dkGreekAlphabet["7"] := "{u+2077}" ; (⁷) superscript 7
771 dkGreekAlphabet["8"] := "{u+2078}" ; (⁸) superscript 8
772 dkGreekAlphabet["9"] := "{u+2079}" ; (⁹) superscript 9
773 dkGreekAlphabet["0"] := "{u+2070}" ; (⁰) superscript 0
774 dkGreekAlphabet["-"] := "{u+207b}" ; (⁻) superscript -
775 dkGreekAlphabet["="] := "{u+207c}" ; (⁼) superscript =
776 dkGreekAlphabet["+"] := "{u+207a}" ; (⁺) superscript +
777 dkGreekAlphabet["["] := "{u+207d}" ; (⁽) superscript (
778 dkGreekAlphabet["]"] := "{u+207e}" ; (⁾) superscript )
779 dkGreekAlphabet["!"] := "{u+2081}" ; (₁) subscript 1
780 dkGreekAlphabet["@"] := "{u+2082}" ; (₂) subscript 2
781 dkGreekAlphabet["#"] := "{u+2083}" ; (₃) subscript 3
782 dkGreekAlphabet["$"] := "{u+2084}" ; (₄) subscript 4
783 dkGreekAlphabet["%"] := "{u+2085}" ; (₅) subscript 5
784 dkGreekAlphabet["^"] := "{u+2086}" ; (₆) subscript 6
785 dkGreekAlphabet["&"] := "{u+2087}" ; (₇) subscript 7
786 dkGreekAlphabet["*"] := "{u+2088}" ; (₈) subscript 8
787 dkGreekAlphabet["("] := "{u+2089}" ; (₉) subscript 9
788 dkGreekAlphabet[")"] := "{u+2080}" ; (₀) subscript 0
789 dkGreekAlphabet[";"] := "{u+208b}" ; (₋) subscript -
790 dkGreekAlphabet["'"] := "{u+208c}" ; (₌) subscript =
791 dkGreekAlphabet[chr(34)] := "{u+208a}" ; (₊) subscript +
792 dkGreekAlphabet["{"] := "{u+208d}" ; (₍) subscript (
793 dkGreekAlphabet["}"] := "{u+208e}" ; (₎) subscript )
794 dkGreekAlphabet["."] := "{u+00b5}" ; (µ) micro sign
795 dkGreekAlphabet[chr(0x00df)] := "{u+03c2}" ; (ß -> ς) small final sigma
796 dkGreekAlphabet[" "] := "{u+03bc}" ; (μ) small mu
797
798
799 ; Dead Key : Math Symbols
800
801 global dkMathSymbols := Map()
802 dkMathSymbols["a"] := "{u+2200}" ; (∀) for all
803 dkMathSymbols["A"] := "{u+2200}" ; (∀) for all
804 dkMathSymbols["b"] := "{u+2286}" ; (⊆) subset of or equal to
805 dkMathSymbols["B"] := "{u+2287}" ; (⊇) superset of or equal to
806 dkMathSymbols["c"] := "{u+221d}" ; (∝) proportional to
807 dkMathSymbols["C"] := "{u+2102}" ; (ℂ) complex numbers
808 dkMathSymbols["d"] := "{u+2206}" ; (∆) increment operator
809 dkMathSymbols["D"] := "{u+2207}" ; (∇) nabla/del operator
810 dkMathSymbols["e"] := "{u+2203}" ; (∃) there exists
811 dkMathSymbols["E"] := "{u+2204}" ; (∄) there does not exist
812 dkMathSymbols["f"] := "{u+0192}" ; (ƒ) f with hook
813 dkMathSymbols["F"] := "{u+220e}" ; (∎) end of proof
814 dkMathSymbols["g"] := "{u+2282}" ; (⊂) subset of
815 dkMathSymbols["G"] := "{u+2284}" ; (⊄) not a subset of
816 dkMathSymbols["h"] := "{u+2283}" ; (⊃) superset of
817 dkMathSymbols["H"] := "{u+2285}" ; (⊅) not a superset of
818 dkMathSymbols["i"] := "{u+221e}" ; (∞) infinity symbol
819 dkMathSymbols["I"] := "{u+2111}" ; (ℑ) imaginary numbers
820 dkMathSymbols["j"] := "{u+2245}" ; (≅) congruent to
821 dkMathSymbols["J"] := "{u+2247}" ; (≇) not congruent to
822 dkMathSymbols["k"] := "{u+220b}" ; (∋) contains as member
823 dkMathSymbols["K"] := "{u+220c}" ; (∌) does not contain as member
824 dkMathSymbols["l"] := "{u+2225}" ; (∥) parallel to
825 dkMathSymbols["L"] := "{u+2226}" ; (∦) not parallel to
826 dkMathSymbols["m"] := "{u+2208}" ; (∈) element of
827 dkMathSymbols["M"] := "{u+2209}" ; (∉) not an element of
828 dkMathSymbols["n"] := "{u+207f}" ; (ⁿ) superscript n
829 dkMathSymbols["N"] := "{u+2115}" ; (ℕ) natural numbers
830 dkMathSymbols["o"] := "{u+2218}" ; (∘) ring operator
831 dkMathSymbols["O"] := "{u+2205}" ; (∅) empty set
832 dkMathSymbols["p"] := "{u+2202}" ; (∂) partial differential
833 dkMathSymbols["P"] := "{u+2119}" ; (ℙ) prime numbers
834 dkMathSymbols["q"] := "{u+211a}" ; (ℚ) rational numbers
835 dkMathSymbols["Q"] := "{u+211a}" ; (ℚ) rational numbers
836 dkMathSymbols["r"] := "{u+221a}" ; (√) square root
837 dkMathSymbols["R"] := "{u+211d}" ; (ℝ) real numbers
838 dkMathSymbols["s"] := "{u+2229}" ; (∩) set intersection
839 dkMathSymbols["S"] := "{u+222b}" ; (∫) integral symbol
840 dkMathSymbols["t"] := "{u+2300}" ; (⌀) diameter sign
841 dkMathSymbols["T"] := "{u+2300}" ; (⌀) diameter sign
842 dkMathSymbols["u"] := "{u+222a}" ; (∪) set union
843 dkMathSymbols["U"] := "{u+2216}" ; (∖) set minus
844 dkMathSymbols["v"] := "{u+2261}" ; (≡) identical to
845 dkMathSymbols["V"] := "{u+2262}" ; (≢) not identical to
846 dkMathSymbols["w"] := "{u+2118}" ; (℘) Weierstrass elliptic function
847 dkMathSymbols["W"] := "{u+2118}" ; (℘) Weierstrass elliptic function
848 dkMathSymbols["z"] := "{u+21af}" ; (↯) downwards zigzag arrow
849 dkMathSymbols["Z"] := "{u+2124}" ; (ℤ) whole numbers
850 dkMathSymbols["1"] := "{u+2260}" ; (≠) not equal to
851 dkMathSymbols["!"] := "{u+2260}" ; (≠) not equal to
852 dkMathSymbols["2"] := "{u+221a}" ; (√) square root
853 dkMathSymbols["@"] := "{u+221a}" ; (√) square root
854 dkMathSymbols["3"] := "{u+221b}" ; (∛) cube root
855 dkMathSymbols["#"] := "{u+221b}" ; (∛) cube root
856 dkMathSymbols["4"] := "{u+221c}" ; (∜) fourth root
857 dkMathSymbols["$"] := "{u+221c}" ; (∜) fourth root
858 dkMathSymbols["5"] := "{u+2030}" ; (‰) per mille sign
859 dkMathSymbols["%"] := "{u+2031}" ; (‱) per ten thousand sign
860 dkMathSymbols["6"] := "{u+2220}" ; (∠) angle symbol
861 dkMathSymbols["^"] := "{u+2220}" ; (∠) angle symbol
862 dkMathSymbols["7"] := "{u+2227}" ; (∧) logical and
863 dkMathSymbols["&"] := "{u+2227}" ; (∧) logical and
864 dkMathSymbols["8"] := "{u+2297}" ; (⊗) circled times
865 dkMathSymbols["*"] := "{u+2299}" ; (⊙) circled dot operator
866 dkMathSymbols["9"] := "{u+221f}" ; (∟) right angle
867 dkMathSymbols["("] := "{u+221f}" ; (∟) right angle
868 dkMathSymbols["0"] := "{u+2221}" ; (∡) measured angle
869 dkMathSymbols[")"] := "{u+2221}" ; (∡) measured angle
870 dkMathSymbols["``"] := "{u+2248}" ; (≈) almost equal to
871 dkMathSymbols["~"] := "{u+2248}" ; (≈) almost equal to
872 dkMathSymbols[","] := "{u+2264}" ; (≤) less-than or equal to
873 dkMathSymbols["<"] := "{u+2a7d}" ; (⩽) less-than or slanted equal to
874 dkMathSymbols["."] := "{u+2265}" ; (≥) greater-than or equal to
875 dkMathSymbols[">"] := "{u+2a7e}" ; (⩾) greater-than or slanted equal to
876 dkMathSymbols["-"] := "{u+00b1}" ; (±) plus-minus sign
877 dkMathSymbols["_"] := "{u+2296}" ; (⊖) circled minus
878 dkMathSymbols["/"] := "{u+2298}" ; (⊘) circled division slash
879 dkMathSymbols["="] := "{u+225d}" ; (≝) equal to by definition
880 dkMathSymbols["+"] := "{u+2295}" ; (⊕) circled plus
881 dkMathSymbols[";"] := "{u+2235}" ; (∵) because sign
882 dkMathSymbols[":"] := "{u+2234}" ; (∴) therefore sign
883 dkMathSymbols["'"] := "{u+2032}" ; (′) prime
884 dkMathSymbols[chr(34)] := "{u+2033}" ; (″) double prime
885 dkMathSymbols["["] := "{u+2034}" ; (‴) triple prime
886 dkMathSymbols["]"] := "{u+2057}" ; (⁗) quadruple prime
887 dkMathSymbols["\"] := "{u+2228}" ; (∨) logical or
888 dkMathSymbols["|"] := "{u+2228}" ; (∨) logical or
889 dkMathSymbols[" "] := "{u+221a}" ; (√) square root
890
891
892 fSendSecondChar(char) {
893 ; function for keeping correct operation after dead key press when Scroll Lock is enabled
894
895 if GetKeyState("ScrollLock", "T") {
896 if (char == "1")
897 return "!"
898 else if (char == "2")
899 return "@"
900 else if (char == "3")
901 return "#"
902 else if (char == "4")
903 return "$"
904 else if (char == "5")
905 return "%"
906 else if (char == "6")
907 return "^"
908 else if (char == "7")
909 return "&"
910 else if (char == "8")
911 return "*"
912 else if (char == "9")
913 return "("
914 else if (char == "0")
915 return ")"
916 else if (char == "!")
917 return "1"
918 else if (char == "@")
919 return "2"
920 else if (char == "#")
921 return "3"
922 else if (char == "$")
923 return "4"
924 else if (char == "%")
925 return "5"
926 else if (char == "^")
927 return "6"
928 else if (char == "&")
929 return "7"
930 else if (char == "*")
931 return "8"
932 else if (char == "(")
933 return "9"
934 else if (char == ")")
935 return "0"
936 else
937 return char
938 }
939 else
940 return char
941 }
942
943
944 ; Configuration : Switch positions of symbols and digits with Scroll Lock
945
946 $1:: {
947 if GetKeyState("ScrollLock", "T")
948 Send "{!}" ; exclamation mark
949 else
950 Send "1" ; digit 1
951 }
952 $+1:: {
953 if GetKeyState("ScrollLock", "T")
954 Send "1" ; digit 1
955 else
956 Send "{!}" ; exclamation mark
957 }
958
959 $2:: {
960 if GetKeyState("ScrollLock", "T")
961 Send "@" ; at sign
962 else
963 Send "2" ; digit 2
964 }
965 $+2:: {
966 if GetKeyState("ScrollLock", "T")
967 Send "2" ; digit 2
968 else
969 Send "@" ; at sign
970 }
971
972 $3:: {
973 if GetKeyState("ScrollLock", "T")
974 Send "{#}" ; number sign
975 else
976 Send "3" ; digit 3
977 }
978 $+3:: {
979 if GetKeyState("ScrollLock", "T")
980 Send "3" ; digit 3
981 else
982 Send "{#}" ; number sign
983 }
984
985 $4:: {
986 if GetKeyState("ScrollLock", "T")
987 Send "$" ; dollar sign
988 else
989 Send "4" ; digit 4
990 }
991 $+4:: {
992 if GetKeyState("ScrollLock", "T")
993 Send "4" ; digit 4
994 else
995 Send "$" ; dollar sign
996 }
997
998 $5:: {
999 if GetKeyState("ScrollLock", "T")
1000 Send "%" ; percent sign
1001 else
1002 Send "5" ; digit 5
1003 }
1004 $+5:: {
1005 if GetKeyState("ScrollLock", "T")
1006 Send "5" ; digit 5
1007 else
1008 Send "%" ; percent sign
1009 }
1010
1011 $6:: {
1012 if GetKeyState("ScrollLock", "T")
1013 Send "{^}" ; circumflex accent
1014 else
1015 Send "6" ; digit 6
1016 }
1017 $+6:: {
1018 if GetKeyState("ScrollLock", "T")
1019 Send "6" ; digit 6
1020 else
1021 Send "{^}" ; circumflex accent
1022 }
1023
1024 $7:: {
1025 if GetKeyState("ScrollLock", "T")
1026 Send "&" ; ampersand
1027 else
1028 Send "7" ; digit 7
1029 }
1030 $+7:: {
1031 if GetKeyState("ScrollLock", "T")
1032 Send "7" ; digit 7
1033 else
1034 Send "&" ; ampersand
1035 }
1036
1037 $8:: {
1038 if GetKeyState("ScrollLock", "T")
1039 Send "*" ; asterisk
1040 else
1041 Send "8" ; digit 8
1042 }
1043 $+8:: {
1044 if GetKeyState("ScrollLock", "T")
1045 Send "8" ; digit 8
1046 else
1047 Send "*" ; asterisk
1048 }
1049
1050 $9:: {
1051 if GetKeyState("ScrollLock", "T")
1052 Send "(" ; left parenthesis
1053 else
1054 Send "9" ; digit 9
1055 }
1056 $+9:: {
1057 if GetKeyState("ScrollLock", "T")
1058 Send "9" ; digit 9
1059 else
1060 Send "(" ; left parenthesis
1061 }
1062
1063 $0:: {
1064 if GetKeyState("ScrollLock", "T")
1065 Send ")" ; right parenthesis
1066 else
1067 Send "0" ; digit 0
1068 }
1069 $+0:: {
1070 if GetKeyState("ScrollLock", "T")
1071 Send "0" ; digit 0
1072 else
1073 Send ")" ; right parenthesis
1074 }
1075
1076
1077 ; Configuration : 'Right Alt' and 'Right Alt + Shift' on US QWERTY
1078
1079 >!a:: {
1080 if GetKeyState("CapsLock", "T")
1081 Send "{u+00c4}" ; (Ä) A with diaeresis
1082 else
1083 Send "{u+00e4}" ; (ä) a with diaeresis
1084 }
1085 >!+a:: {
1086 if GetKeyState("CapsLock", "T")
1087 Send "{u+00e4}" ; (ä) a with diaeresis
1088 else
1089 Send "{u+00c4}" ; (Ä) A with diaeresis
1090 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1091 }
1092
1093 >!q:: {
1094 if GetKeyState("CapsLock", "T")
1095 Send "{u+00c6}" ; (Æ) letter AE
1096 else
1097 Send "{u+00e6}" ; (æ) letter ae
1098 }
1099 >!+q:: {
1100 if GetKeyState("CapsLock", "T")
1101 Send "{u+00e6}" ; (æ) letter ae
1102 else
1103 Send "{u+00c6}" ; (Æ) letter AE
1104 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1105 }
1106
1107 >!w:: {
1108 if GetKeyState("CapsLock", "T")
1109 Send "{u+00c5}" ; (Å) A with ring above
1110 else
1111 Send "{u+00e5}" ; (å) a with ring above
1112 }
1113 >!+w:: {
1114 if GetKeyState("CapsLock", "T")
1115 Send "{u+00e5}" ; (å) a with ring above
1116 else
1117 Send "{u+00c5}" ; (Å) A with ring above
1118 Send "{blind}{vkE8}"
1119 }
1120
1121 >!z:: {
1122 if GetKeyState("CapsLock", "T")
1123 Send "{u+00c0}" ; (À) A with grave
1124 else
1125 Send "{u+00e0}" ; (à) a with grave
1126 }
1127 >!+z:: {
1128 if GetKeyState("CapsLock", "T")
1129 Send "{u+00e0}" ; (à) a with grave
1130 else
1131 Send "{u+00c0}" ; (À) A with grave
1132 Send "{blind}{vkE8}"
1133 }
1134
1135 >!x:: {
1136 if GetKeyState("CapsLock", "T")
1137 Send "{u+00c1}" ; (Á) A with acute
1138 else
1139 Send "{u+00e1}" ; (á) a with acute
1140 }
1141 >!+x:: {
1142 if GetKeyState("CapsLock", "T")
1143 Send "{u+00e1}" ; (á) a with acute
1144 else
1145 Send "{u+00c1}" ; (Á) A with acute
1146 Send "{blind}{vkE8}"
1147 }
1148
1149 >!d:: {
1150 if GetKeyState("CapsLock", "T")
1151 Send "{u+00c2}" ; (Â) A with circumflex
1152 else
1153 Send "{u+00e2}" ; (â) a with circumflex
1154 }
1155 >!+d:: {
1156 if GetKeyState("CapsLock", "T")
1157 Send "{u+00e2}" ; (â) a with circumflex
1158 else
1159 Send "{u+00c2}" ; (Â) A with circumflex
1160 Send "{blind}{vkE8}"
1161 }
1162
1163 >!c:: {
1164 if GetKeyState("CapsLock", "T")
1165 Send "{u+00c7}" ; (Ç) C with cedilla
1166 else
1167 Send "{u+00e7}" ; (ç) c with cedilla
1168 }
1169 >!+c:: {
1170 if GetKeyState("CapsLock", "T")
1171 Send "{u+00e7}" ; (ç) c with cedilla
1172 else
1173 Send "{u+00c7}" ; (Ç) C with cedilla
1174 Send "{blind}{vkE8}"
1175 }
1176
1177 >!e:: {
1178 if GetKeyState("CapsLock", "T")
1179 Send "{u+00cb}" ; (Ë) E with diaeresis
1180 else
1181 Send "{u+00eb}" ; (ë) e with diaeresis
1182 }
1183 >!+e:: {
1184 if GetKeyState("CapsLock", "T")
1185 Send "{u+00eb}" ; (ë) e with diaeresis
1186 else
1187 Send "{u+00cb}" ; (Ë) E with diaeresis
1188 Send "{blind}{vkE8}"
1189 }
1190
1191 >!f:: {
1192 if GetKeyState("CapsLock", "T")
1193 Send "{u+00c8}" ; (È) E with grave
1194 else
1195 Send "{u+00e8}" ; (è) e with grave
1196 }
1197 >!+f:: {
1198 if GetKeyState("CapsLock", "T")
1199 Send "{u+00e8}" ; (è) e with grave
1200 else
1201 Send "{u+00c8}" ; (È) E with grave
1202 Send "{blind}{vkE8}"
1203 }
1204
1205 >!g:: {
1206 if GetKeyState("CapsLock", "T")
1207 Send "{u+00c9}" ; (É) E with acute
1208 else
1209 Send "{u+00e9}" ; (é) e with acute
1210 }
1211 >!+g:: {
1212 if GetKeyState("CapsLock", "T")
1213 Send "{u+00e9}" ; (é) e with acute
1214 else
1215 Send "{u+00c9}" ; (É) E with acute
1216 Send "{blind}{vkE8}"
1217 }
1218
1219 >!r:: {
1220 if GetKeyState("CapsLock", "T")
1221 Send "{u+00ca}" ; (Ê) E with circumflex
1222 else
1223 Send "{u+00ea}" ; (ê) e with circumflex
1224 }
1225 >!+r:: {
1226 if GetKeyState("CapsLock", "T")
1227 Send "{u+00ea}" ; (ê) e with circumflex
1228 else
1229 Send "{u+00ca}" ; (Ê) E with circumflex
1230 Send "{blind}{vkE8}"
1231 }
1232
1233 >!i:: {
1234 if GetKeyState("CapsLock", "T")
1235 Send "{u+00cf}" ; (Ï) I with diaeresis
1236 else
1237 Send "{u+00ef}" ; (ï) i with diaeresis
1238 }
1239 >!+i:: {
1240 if GetKeyState("CapsLock", "T")
1241 Send "{u+00ef}" ; (ï) i with diaeresis
1242 else
1243 Send "{u+00cf}" ; (Ï) I with diaeresis
1244 Send "{blind}{vkE8}"
1245 }
1246
1247 >!v:: {
1248 if GetKeyState("CapsLock", "T")
1249 Send "{u+00cc}" ; (Ì) I with grave
1250 else
1251 Send "{u+00ec}" ; (ì) i with grave
1252 }
1253 >!+v:: {
1254 if GetKeyState("CapsLock", "T")
1255 Send "{u+00ec}" ; (ì) i with grave
1256 else
1257 Send "{u+00cc}" ; (Ì) I with grave
1258 Send "{blind}{vkE8}"
1259 }
1260
1261 >!b:: {
1262 if GetKeyState("CapsLock", "T")
1263 Send "{u+00cd}" ; (Í) I with acute
1264 else
1265 Send "{u+00ed}" ; (í) i with acute
1266 }
1267 >!+b:: {
1268 if GetKeyState("CapsLock", "T")
1269 Send "{u+00ed}" ; (í) i with acute
1270 else
1271 Send "{u+00cd}" ; (Í) I with acute
1272 Send "{blind}{vkE8}"
1273 }
1274
1275 >!t:: {
1276 if GetKeyState("CapsLock", "T")
1277 Send "{u+00ce}" ; (Î) I with circumflex
1278 else
1279 Send "{u+00ee}" ; (î) i with circumflex
1280 }
1281 >!+t:: {
1282 if GetKeyState("CapsLock", "T")
1283 Send "{u+00ee}" ; (î) i with circumflex
1284 else
1285 Send "{u+00ce}" ; (Î) I with circumflex
1286 Send "{blind}{vkE8}"
1287 }
1288
1289 >!n:: {
1290 if GetKeyState("CapsLock", "T")
1291 Send "{u+00d1}" ; (Ñ) N with tilde
1292 else
1293 Send "{u+00f1}" ; (ñ) n with tilde
1294 }
1295 >!+n:: {
1296 if GetKeyState("CapsLock", "T")
1297 Send "{u+00f1}" ; (ñ) n with tilde
1298 else
1299 Send "{u+00d1}" ; (Ñ) N with tilde
1300 Send "{blind}{vkE8}"
1301 }
1302
1303 >!o:: {
1304 if GetKeyState("CapsLock", "T")
1305 Send "{u+00d6}" ; (Ö) O with diaeresis
1306 else
1307 Send "{u+00f6}" ; (ö) o with diaeresis
1308 }
1309 >!+o:: {
1310 if GetKeyState("CapsLock", "T")
1311 Send "{u+00f6}" ; (ö) o with diaeresis
1312 else
1313 Send "{u+00d6}" ; (Ö) O with diaeresis
1314 Send "{blind}{vkE8}"
1315 }
1316
1317 >!k:: {
1318 if GetKeyState("CapsLock", "T")
1319 Send "{u+0152}" ; (Œ) ligature OE
1320 else
1321 Send "{u+0153}" ; (œ) ligature oe
1322 }
1323 >!+k:: {
1324 if GetKeyState("CapsLock", "T")
1325 Send "{u+0153}" ; (œ) ligature oe
1326 else
1327 Send "{u+0152}" ; (Œ) ligature OE
1328 Send "{blind}{vkE8}"
1329 }
1330
1331 >!l:: {
1332 if GetKeyState("CapsLock", "T")
1333 Send "{u+00d8}" ; (Ø) O with stroke
1334 else
1335 Send "{u+00f8}" ; (ø) o with stroke
1336 }
1337 >!+l:: {
1338 if GetKeyState("CapsLock", "T")
1339 Send "{u+00f8}" ; (ø) o with stroke
1340 else
1341 Send "{u+00d8}" ; (Ø) O with stroke
1342 Send "{blind}{vkE8}"
1343 }
1344
1345 >!,:: {
1346 if GetKeyState("CapsLock", "T")
1347 Send "{u+00d2}" ; (Ò) O with grave
1348 else
1349 Send "{u+00f2}" ; (ò) o with grave
1350 }
1351 >!<:: {
1352 if GetKeyState("CapsLock", "T")
1353 Send "{u+00f2}" ; (ò) o with grave
1354 else
1355 Send "{u+00d2}" ; (Ò) O with grave
1356 Send "{blind}{vkE8}"
1357 }
1358
1359 >!.:: {
1360 if GetKeyState("CapsLock", "T")
1361 Send "{u+00d3}" ; (Ó) O with acute
1362 else
1363 Send "{u+00f3}" ; (ó) o with acute
1364 }
1365 >!>:: {
1366 if GetKeyState("CapsLock", "T")
1367 Send "{u+00f3}" ; (ó) o with acute
1368 else
1369 Send "{u+00d3}" ; (Ó) O with acute
1370 Send "{blind}{vkE8}"
1371 }
1372
1373 >!p:: {
1374 if GetKeyState("CapsLock", "T")
1375 Send "{u+00d4}" ; (Ô) O with circumflex
1376 else
1377 Send "{u+00f4}" ; (ô) o with circumflex
1378 }
1379 >!+p:: {
1380 if GetKeyState("CapsLock", "T")
1381 Send "{u+00f4}" ; (ô) o with circumflex
1382 else
1383 Send "{u+00d4}" ; (Ô) O with circumflex
1384 Send "{blind}{vkE8}"
1385 }
1386
1387 >!s:: {
1388 if GetKeyState("CapsLock", "T")
1389 Send "{u+1e9e}" ; (ẞ) capital sharp S (capital Eszett)
1390 else
1391 Send "{u+00df}" ; (ß) small sharp s (Eszett)
1392 }
1393 >!+s:: {
1394 if GetKeyState("CapsLock", "T")
1395 Send "{u+00df}" ; (ß) small sharp s (Eszett)
1396 else
1397 Send "{u+1e9e}" ; (ẞ) capital sharp S (capital Eszett)
1398 Send "{blind}{vkE8}"
1399 }
1400
1401 >!u:: {
1402 if GetKeyState("CapsLock", "T")
1403 Send "{u+00dc}" ; (Ü) U with diaeresis
1404 else
1405 Send "{u+00fc}" ; (ü) u with diaeresis
1406 }
1407 >!+u:: {
1408 if GetKeyState("CapsLock", "T")
1409 Send "{u+00fc}" ; (ü) u with diaeresis
1410 else
1411 Send "{u+00dc}" ; (Ü) U with diaeresis
1412 Send "{blind}{vkE8}"
1413 }
1414
1415 >!h:: {
1416 if GetKeyState("CapsLock", "T")
1417 Send "{u+00d9}" ; (Ù) U with grave
1418 else
1419 Send "{u+00f9}" ; (ù) u with grave
1420 }
1421 >!+h:: {
1422 if GetKeyState("CapsLock", "T")
1423 Send "{u+00f9}" ; (ù) u with grave
1424 else
1425 Send "{u+00d9}" ; (Ù) U with grave
1426 Send "{blind}{vkE8}"
1427 }
1428
1429 >!j:: {
1430 if GetKeyState("CapsLock", "T")
1431 Send "{u+00da}" ; (Ú) U with acute
1432 else
1433 Send "{u+00fa}" ; (ú) u with acute
1434 }
1435 >!+j:: {
1436 if GetKeyState("CapsLock", "T")
1437 Send "{u+00fa}" ; (ú) u with acute
1438 else
1439 Send "{u+00da}" ; (Ú) U with acute
1440 Send "{blind}{vkE8}"
1441 }
1442
1443 >!y:: {
1444 if GetKeyState("CapsLock", "T")
1445 Send "{u+00db}" ; (Û) U with circumflex
1446 else
1447 Send "{u+00fb}" ; (û) u with circumflex
1448 }
1449 >!+y:: {
1450 if GetKeyState("CapsLock", "T")
1451 Send "{u+00fb}" ; (û) u with circumflex
1452 else
1453 Send "{u+00db}" ; (Û) U with circumflex
1454 Send "{blind}{vkE8}"
1455 }
1456
1457 >!-:: {
1458 if GetKeyState("CapsLock", "T")
1459 Send "{u+00c3}" ; (Ã) A with tilde
1460 else
1461 Send "{u+00e3}" ; (ã) a with tilde
1462 }
1463 >!_:: {
1464 if GetKeyState("CapsLock", "T")
1465 Send "{u+00e3}" ; (ã) a with tilde
1466 else
1467 Send "{u+00c3}" ; (Ã) A with tilde
1468 Send "{blind}{vkE8}"
1469 }
1470
1471 >!=:: {
1472 if GetKeyState("CapsLock", "T")
1473 Send "{u+00d5}" ; (Õ) O with tilde
1474 else
1475 Send "{u+00f5}" ; (õ) o with tilde
1476 }
1477 >!+=:: {
1478 if GetKeyState("CapsLock", "T")
1479 Send "{u+00f5}" ; (õ) o with tilde
1480 else
1481 Send "{u+00d5}" ; (Õ) O with tilde
1482 Send "{blind}{vkE8}"
1483 }
1484
1485 >!1::Send "{u+00a1}" ; (¡) inverted exclamation mark
1486 >!+1:: {
1487 Send "{u+00b9}" ; (¹) superscript 1
1488 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1489 }
1490
1491 >!2::Send "{u+00a9}" ; (©) copyright sign
1492 >!+2:: {
1493 Send "{u+00b2}" ; (²) superscript 2
1494 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1495 }
1496
1497 >!3::Send "{u+00a7}" ; (§) section sign
1498 >!+3:: {
1499 Send "{u+00b3}" ; (³) superscript 3
1500 Send "{blind}{vkE8}"
1501 }
1502
1503 >!4::Send "{u+00a3}" ; (£) pound sign
1504 >!+4:: {
1505 Send "{u+00a5}" ; (¥) yen sign
1506 Send "{blind}{vkE8}"
1507 }
1508
1509 >!5::Send "{u+20ac}" ; (€) euro sign
1510 >!+5:: {
1511 Send "{u+00a2}" ; (¢) cent sign (dollar)
1512 Send "{blind}{vkE8}"
1513 }
1514
1515 >!9::Send "{u+201c}" ; (“) left double quotation mark
1516 >!+9:: {
1517 Send "{u+2018}" ; (‘) left single quotation mark
1518 Send "{blind}{vkE8}"
1519 }
1520
1521 >!0::Send "{u+201d}" ; (”) right double quotation mark
1522 >!+0:: {
1523 Send "{u+2019}" ; (’) right single quotation mark
1524 Send "{blind}{vkE8}"
1525 }
1526
1527 >![::Send "{u+00ab}" ; («) left-pointing double angle quotation mark
1528 >!{:: {
1529 Send "{u+2039}" ; (‹) left-pointing single angle quotation mark
1530 Send "{blind}{vkE8}"
1531 }
1532
1533 >!]::Send "{u+00bb}" ; (») right-pointing double angle quotation mark
1534 >!}:: {
1535 Send "{u+203a}" ; (›) right-pointing single angle quotation mark
1536 Send "{blind}{vkE8}"
1537 }
1538
1539 >!;::Send "{u+00b0}" ; (°) degree sign
1540 >!+;:: {
1541 Send "{u+00b7}" ; (·) middle dot
1542 Send "{blind}{vkE8}"
1543 }
1544
1545 >!/::Send "{u+00bf}" ; (¿) inverted question mark
1546 >!?:: {
1547 Send "{u+2026}" ; (…) horizontal ellipsis
1548 Send "{blind}{vkE8}"
1549 }
1550
1551 >!space::Send "{u+00a0}" ; non-breaking space
1552 >!+space:: {
1553 Send "{u+00a0}" ; non-breaking space
1554 Send "{blind}{vkE8}"
1555 }
1556
1557
1558 ; Configuration : Dead Keys on 'Right Alt' and 'Right Alt + Shift'
1559
1560 >!6:: {
1561 Send "{blind}{vkE8}" ; suppresses circles around mouse pointer
1562 ih := InputHook("L1", dkEndKeys)
1563 ih.Start()
1564 ih.Wait()
1565 if dkCircumflex.Has(fSendSecondChar(ih.Input))
1566 Send dkCircumflex[fSendSecondChar(ih.Input)]
1567 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey (for second character with 'Right Alt + Shift')
1568 }
1569 >!+6:: {
1570 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1571 ih := InputHook("L1", dkEndKeys)
1572 ih.Start()
1573 ih.Wait()
1574 if dkCaron.Has(fSendSecondChar(ih.Input))
1575 Send dkCaron[fSendSecondChar(ih.Input)]
1576 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey (for second character with 'Right Alt + Shift')
1577 }
1578
1579 >!7:: {
1580 Send "{blind}{vkE8}"
1581 ih := InputHook("L1", dkEndKeys)
1582 ih.Start()
1583 ih.Wait()
1584 if dkDotAbove.Has(fSendSecondChar(ih.Input))
1585 Send dkDotAbove[fSendSecondChar(ih.Input)]
1586 Send "{blind}{vkE8}"
1587 }
1588 >!+7:: {
1589 Send "{blind}{vkE8}"
1590 ih := InputHook("L1", dkEndKeys)
1591 ih.Start()
1592 ih.Wait()
1593 if dkMacronStroke.Has(fSendSecondChar(ih.Input))
1594 Send dkMacronStroke[fSendSecondChar(ih.Input)]
1595 Send "{blind}{vkE8}"
1596 }
1597
1598 >!8:: {
1599 Send "{blind}{vkE8}"
1600 ih := InputHook("L1", dkEndKeys)
1601 ih.Start()
1602 ih.Wait()
1603 if dkCedillaOgonek.Has(fSendSecondChar(ih.Input))
1604 Send dkCedillaOgonek[fSendSecondChar(ih.Input)]
1605 Send "{blind}{vkE8}"
1606 }
1607 >!+8:: {
1608 Send "{blind}{vkE8}"
1609 ih := InputHook("L1", dkEndKeys)
1610 ih.Start()
1611 ih.Wait()
1612 if dkBreveSpecial.Has(fSendSecondChar(ih.Input))
1613 Send dkBreveSpecial[fSendSecondChar(ih.Input)]
1614 Send "{blind}{vkE8}"
1615 }
1616
1617 >!':: {
1618 Send "{blind}{vkE8}"
1619 ih := InputHook("L1", dkEndKeys)
1620 ih.Start()
1621 ih.Wait()
1622 if dkAcuteAccent.Has(fSendSecondChar(ih.Input))
1623 Send dkAcuteAccent[fSendSecondChar(ih.Input)]
1624 Send "{blind}{vkE8}"
1625 }
1626 >!":: {
1627 Send "{blind}{vkE8}"
1628 ih := InputHook("L1", dkEndKeys)
1629 ih.Start()
1630 ih.Wait()
1631 if dkDiaeresis.Has(fSendSecondChar(ih.Input))
1632 Send dkDiaeresis[fSendSecondChar(ih.Input)]
1633 Send "{blind}{vkE8}"
1634 }
1635
1636 >!`:: {
1637 Send "{blind}{vkE8}"
1638 ih := InputHook("L1", dkEndKeys)
1639 ih.Start()
1640 ih.Wait()
1641 if dkGraveAccent.Has(fSendSecondChar(ih.Input))
1642 Send dkGraveAccent[fSendSecondChar(ih.Input)]
1643 Send "{blind}{vkE8}"
1644 }
1645 >!~:: {
1646 Send "{blind}{vkE8}"
1647 ih := InputHook("L1", dkEndKeys)
1648 ih.Start()
1649 ih.Wait()
1650 if dkTilde.Has(fSendSecondChar(ih.Input))
1651 Send dkTilde[fSendSecondChar(ih.Input)]
1652 Send "{blind}{vkE8}"
1653 }
1654
1655 >!\:: {
1656 Send "{blind}{vkE8}"
1657 ih := InputHook("L1", dkEndKeys)
1658 ih.Start()
1659 ih.Wait()
1660 if dkSymbols.Has(fSendSecondChar(ih.Input))
1661 Send dkSymbols[fSendSecondChar(ih.Input)]
1662 Send "{blind}{vkE8}"
1663 }
1664 >!|:: {
1665 Send "{blind}{vkE8}"
1666 ih := InputHook("L1", dkEndKeys)
1667 ih.Start()
1668 ih.Wait()
1669 if dkCurrency.Has(fSendSecondChar(ih.Input))
1670 Send dkCurrency[fSendSecondChar(ih.Input)]
1671 Send "{blind}{vkE8}"
1672 }
1673
1674 >!m:: {
1675 Send "{blind}{vkE8}"
1676 ih := InputHook("L1", dkEndKeys)
1677 ih.Start()
1678 ih.Wait()
1679 if dkGreekAlphabet.Has(fSendSecondChar(ih.Input))
1680 Send dkGreekAlphabet[fSendSecondChar(ih.Input)]
1681 Send "{blind}{vkE8}"
1682 }
1683 >!+m:: {
1684 Send "{blind}{vkE8}"
1685 ih := InputHook("L1", dkEndKeys)
1686 ih.Start()
1687 ih.Wait()
1688 if dkMathSymbols.Has(fSendSecondChar(ih.Input))
1689 Send dkMathSymbols[fSendSecondChar(ih.Input)]
1690 Send "{blind}{vkE8}"
1691 }